projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2b7756
)
(finder-summary): Pass proper format string to message.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:04 +0000
(
00:54
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:04 +0000
(
00:54
+0000)
lisp/finder.el
patch
|
blob
|
history
diff --git
a/lisp/finder.el
b/lisp/finder.el
index 42685cdceb4381ca18a019bf5778b7c3215735db..92921852fda48940a66fe4a87c4c5d62b8d4f781 100644
(file)
--- a/
lisp/finder.el
+++ b/
lisp/finder.el
@@
-276,7
+276,7
@@
arguments compiles from `load-path'."
(defun finder-summary ()
"Summarize basic Finder commands."
(interactive)
- (message
+ (message
"%s"
(substitute-command-keys
"\\<finder-mode-map>\\[finder-select] = select, \\[finder-list-keywords] = to finder directory, \\[finder-exit] = quit, \\[finder-summary] = help")))